home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS13.ADF
/
FutureSound
/
future.i
< prev
next >
Wrap
Text File
|
1986-08-05
|
2KB
|
55 lines
******************************************************************
* *
* FUTURE.I *
* *
* Copyright (C) 1985, Commodore Amiga Inc. All rights reserved. *
* *
* Portions copyright 1986 Applied Vision, 15 Oak Ridge Road, *
* Medford, Mass. 02155 (617) 488-3602 *
* *
******************************************************************
*****************************************************************
*
* future.i -- external declarations for Future Sound library
*
* SOURCE CONTROL
* ------ -------
* $Header: ramlib.i,v 31.1 86/06/20 18:54:00 jjf Exp $
*
* $Locker: john foust $
*
*****************************************************************
;-----------------------------------------------------------------------
;
; library function definitions
;
;-----------------------------------------------------------------------
LIBINIT
LIBDEF FSPLAY
LIBDEF MLFUNC1
;-----------------------------------------------------------------------
;
; library data structures
;
;------------------------------------------------------------------------
STRUCTURE MyLib,LIB_SIZE
ULONG ml_SysLib
ULONG ml_DosLib
ULONG ml_SegList
UBYTE ml_Flags
UBYTE ml_pad
LABEL MyLib_Sizeof
FSLIBNAME MACRO
DC.B 'future.library',0
ENDM